@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans:ital@1&family=Poltawski+Nowy&family=Righteous&family=Signika+Negative&display=swap');
@import url('https://fonts.googleapis.com/css?family=Open+Sans+Condensed:700');
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    list-style: none;
    text-decoration: none;
}


body {
  height: 20rem;
  background: rgb(5, 104, 235);
  background: linear-gradient(90deg, rgba(5, 104, 235, 1) 10%, rgba(129, 2, 185, 1) 100%);
}

.logo{
  font-family: 'Righteous', 'cursive';
  font-size: 25px;
  font-weight: 700;
  color: linear-gradient(10deg, rgb(7, 5, 5) 0%, rgb(255, 255, 255) 100%);
  margin-top: -80px;
  width: 40rem;
  height: auto;
  
}

#menu-icon {
  color: white;
  font-size: 35px;
  z-index: 1001;
  cursor: pointer;
  display: none;
}

.logopng {
  width: 90px;
  margin-top: -20px;
  position: absolute;
  left: 50px;
}


.photo {
  height: auto;
}

header {
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1000;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 33px 9%;
  background: transparent;
  opacity: 10000;
  background-color: transparent;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}

.menu {
  margin-top: -80px;
  margin-right: 55px;
  padding: 80px 0px;
  padding-bottom: 10px;
  font-family: 'Open Sans Condensed', sans-serif;
}

.menu-1 {
  background: transparent;
  display: flex;
  position: relative;
}

.menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center;
}

.menu-item {
  display: inline-block;
  margin: 0 15px;
}

.menu-item a {
  font-size: 20px;
  text-decoration: none;
  color: #fff;
  position: relative;
  padding: 4px 0;
}

.menu-item a::before {
  content: "";
  width: 100%;
  height: 4px;
  position: absolute;
  left: 0;
  bottom: 0;
  background: #fff;
  transition: 0.5s transform ease;
  transform: scale3d(0, 1, 1);
  transform-origin: 0 50%;
}

.menu-item:hover a::before {
  transform: scale3d(1, 1, 1);
}


.kp{
  font-size: 400px;
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  font-family: 'Righteous', cursive;
  background: -webkit-linear-gradient(#ffffff, #a746c5);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.vc{
  font-size: 100px;
  position: absolute;
  top: 63%;
  left: 49%;
  transform: translate(-50%, -50%);
  font-family: 'Righteous', cursive;
  color: rgb(255, 255, 255);
  margin-top: 10px;
  background: -webkit-linear-gradient(#a746c5, #8b8989);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  
}
.div-line {
  position: absolute;
  top: 685px;
  left: 270px;
  right: 270px;
  border-top: 3px #c300ff solid;
}
.portfolio{
  color: #ffffffa1;
  font-family: 'Josefin Sans', sans-serif;
  text-align: center;
  font-size: 28px;
  padding-bottom: 35px ;
  margin-left: 100px;
  margin-right:100px ;
  border-bottom: 2px solid white;
  margin-top: 1900px;
}


/* Venture Capital */

.venture-capital{
  position: absolute;
  top: 1050px;
  font-size: 25px;
  font-family: 'Josefin Sans', sans-serif;
  color: rgba(255, 255, 255, 0.849);
  width: auto;
  height: 100%;
}
.venture-line{
  height: 700px;
  position: absolute;
  left: 0;
  width: 50%;
  top: 950px;
  border-right: 1px solid white;
  
}
.left{
  margin-right: 65rem;
  margin-left: 100px;
}
.right {
  margin-left: 65rem;
  margin-right: 100px;
  margin-top:200px;
}

/*Cards*/
.cards {
  display: inline-block;
  padding: 30px 30px; /* Üst ve alt boşluğu azaltmak için padding değerlerini güncelledim */
  border-radius: 20px;
  border: 1px rgba(255, 255, 255, 0.267) solid;
  margin: 10px;
  transition: 0.6s;
  text-align: center;
  justify-content: center;
  width: 250px; /* Kutucuk genişliği */
  height: 250px; /* Kutucuk yüksekliği */
}

.cards:hover{
  transition: 0.6s;
  box-shadow: 5px 5px 20px lightgray;
}
.cards img{
  text-align: center;
  transition: 0.2s;
  width: 120px;
  border-radius: 50%;
  margin-bottom: 10px;
  padding: 2px;
}

.cards p{
  text-align: center;
  color: rgb(219, 218, 218);
}

h4{
  font-size: 18px;
  color: #ffffffc4;
}
.main-container{
  padding-top: 70px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding-left: 20px;
  padding-right: 20px;
}
.team{
  margin-left: 100px;
  margin-right: 100px;
  color: white;
  padding-top: 40px;
  border-bottom:2px solid white;
}

/*Footer*/
.footer-distributed {
  background-color: rgba(0, 0, 0, 0.205);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.12);
  box-sizing: border-box;
  width: 100%;
  text-align: left;
  font: normal 16px sans-serif;
  padding: 45px 50px;
}

.footer-distributed .footer-left p {
  color: #8f9296;
  font-size: 14px;
  margin: 0;
}
/* Footer links */

.footer-distributed p.footer-links {
  font-size: 18px;
  font-weight: bold;
  color: #ffffff;
  margin: 0 0 10px;
  padding: 0;
  transition: ease .25s;
}

.footer-distributed p.footer-links a {
  display: inline-block;
  line-height: 1.8;
  text-decoration: none;
  color: inherit;
  transition: ease .25s;
}

.footer-distributed .footer-links a:before {
  content: "·";
  font-size: 20px;
  left: 0;
  color: #fff;
  display: inline-block;
  padding-right: 5px;
}

.footer-distributed .footer-links .link-1:before {
  content: none;
}

.footer-distributed .footer-right {
  float: right;
  margin-top: 6px;
  max-width: 180px;
}

.footer-distributed .footer-right a {
  display: inline-block;
  width: 35px;
  height: 35px;
  background-color: rgba(68, 65, 65, 0.897);
  border-radius: 2px;
  font-size: 20px;
  color: #ffffff;
  text-align: center;
  line-height: 35px;
  margin-left: 3px;
  transition:all .25s;
}

.footer-distributed .footer-right a:hover{transform:scale(1.1); -webkit-transform:scale(1.1);}

.footer-distributed p.footer-links a:hover{text-decoration:underline;}

/* Media Queries */

@media (max-width: 600px) {
  .footer-distributed .footer-left, .footer-distributed .footer-right {
    text-align: center;
  }
  .footer-distributed .footer-right {
    float: none;
    margin: 0 auto 20px;
  }
  .footer-distributed .footer-left p.footer-links {
    line-height: 1.8;
  }
}
.space{
  height: 150px;
  
}


















/* 1535px */
@media (max-width: 1535px) {
  header{
    padding: 15px 3%;
    transition: .2s;
    
  }
  .venture-capital {
    font-size: 20px;
  }
  .venture-line {
    height: 600px;
  }
  .left {
    margin-right: 56rem;
    margin-left: 223px;
    margin-top: -51px;
}
.right {
  margin-left: 58rem;
  margin-right: 200px;
  margin-top: 120px;
}

}

/* 1460px */
@media (max-width: 1460px) {
  .venture-capital {
    font-size: 18px;
  }
  .vc{
    font-size: 80px;
  }
  .venture-line {
    height: 500px;
  }
  .right {
    margin-left: 48rem;
   margin-right: 144px;
    margin-top: -23px;
  } 
  .left {
    margin-left: 144px;
   margin-right: 48rem;
    margin-top: 8px;
  }
  section{
    padding: 0 12%;
    transition: .2s;
  }
}

/* 1340px */
@media (max-width: 1340px) {
  .venture-capital {
    font-size: 14px;
  }
  .venture-line {
    height: 400px;
  }
  .left {
    margin-left: 144px;
   margin-right: 48rem;
    margin-top: -2px;
  }
  .portfolio{
    margin-top: 1485px;
  }
  .icon{
    display: none;
  
  }
  
}

/* 1195px */
@media (max-width: 1195px) {
  .venture-capital {
    font-size: 14px;
  }
  .venture-line {
    border-top: 1px solid white;
    border-right: none;
    position: absolute;
  top: 890px;
  left: 270px;
  right: 270px;
  
  width: auto;
    
  }
  .left , .right{
    margin: 0;
    padding-left: 15%;
    padding-right: 15%;
  }
  .portfolio{
    margin-top: 1340px;
  }
  .vc{
    font-size: 65px;
    margin-top: -61px;
  }
  .kp{
    font-size: 250px;
  }
  section{
    padding: 0 3%;
    transition: .2s;
  }
}

/* 990px */
@media (max-width: 990px) {
  .kp{
    font-size: 220px;
  }
  .vc{
    padding-top: -24px;
    font-size: 52px;
  }
  .venture-capital {
    font-size: 19px;
    top: 950px; /* Sizin için uygun bir değer belirleyebilirsiniz */
    padding-left: 3%;
    padding-right: 3%;
  }
 
  .right,.left{
    margin: 0;
    font-size: 14px;
  }
  #menu-icon{
    display: block;
  
  }
  .logopng{
    position: absolute;
    top: 10px;
    left:10px;
  }
  .menu-1 {
    position: absolute;
    top: 100%;
    right: -100%;
    background-color: #393e46;
    width: 300px;
    height: 50vh;
    display: flex;
    align-items: center;
    flex-direction: column;
    padding: 50px 20px;
    transition: all .55s ease;
    margin-right:0;
  }
  .menu li{
    margin-left: 0;
    display: block;
    margin: 25px 0;
  }
  .menu.open{
    right: 0;
  }

}
@media (max-width: 860px){
  .kp{
    font-size: 180px;
  }
  .vc{
    font-size: 210%;
    margin-top: -113px;
  }
}
@media (max-width: 478px){
.kp{
  font-size: 110px;
}
.vc{
  font-size: 120%;
  margin-top: -90px;
}
.venture-capital{
  margin-top: -210px;
}

}




